home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETSNIP.IN_ / netsnip.inf
Encoding:
INI File  |  1999-10-19  |  3.5 KB  |  112 lines

  1. ; NETSNIP.INF
  2. ;
  3. ; Novell Network Interface Cards
  4. ;
  5. ; Copyright 1993-1995, Microsoft Corporation
  6.  
  7. [version]
  8. Signature   = "$Windows NT$"
  9. Class       = Net
  10. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  11. Provider    = %MSFT%
  12. LayoutFile  = layout.inf
  13. DriverVer=10/19/1999,5.00.2157.1
  14.  
  15. [Manufacturer]
  16. %IBM%      = IBM
  17. %KINGSTON% = KINGSTON
  18. %NatSemi%  = NatSemi
  19.  
  20. [ControlFlags]
  21. ExcludeFromSelect       = PCMCIA\IBM_Corp.-Ethernet-1B1C, \
  22.                           PCMCIA\IBM_Corp.-Ethernet-6446, \
  23.                   PCMCIA\KINGSTON_TECHNOLOGY_CORP.-ETHERX-B45B, \
  24.                           PCMCIA\Kingston_Technology_Corp.-EtheRx_PC_Card_Ethernet_Adapter-02B7, \
  25.                           PCMCIA\Kingston_Technology_Corp.-EtheRX_PC_Card_Ethernet_Adapter-E480, \
  26.                           PCMCIA\National_Semiconductor-InfoMover_NE4100-2C4D
  27.  
  28. [IBM]
  29. %*IBM.DeviceDesc%       = *SNIP.ndi, PCMCIA\IBM_Corp.-Ethernet-1B1C
  30. %*IBM2.DeviceDesc%      = *SNIP.ndi, PCMCIA\IBM_Corp.-Ethernet-6446
  31.  
  32. [KINGSTON]
  33. %*KINGSTON.DeviceDesc%  = *SNIP.ndi, PCMCIA\KINGSTON_TECHNOLOGY_CORP.-ETHERX-B45B    
  34. %*KINGSTON.DeviceDesc%  = *SNIP.ndi, PCMCIA\Kingston_Technology_Corp.-EtheRx_PC_Card_Ethernet_Adapter-02B7    
  35. %*KINGSTON.DeviceDesc%  = *SNIP.ndi, PCMCIA\Kingston_Technology_Corp.-EtheRX_PC_Card_Ethernet_Adapter-E480
  36.  
  37. [NatSemi]
  38. %NatSemi.DeviceDesc%    = *SNIP.ndi, PCMCIA\National_Semiconductor-InfoMover_NE4100-2C4D
  39.  
  40. ;-------------------------------------------------------------------------------
  41. ; Shared NDI section
  42. ;
  43. [*SNIP.ndi]
  44. AddReg          = ne2000.reg
  45. Characteristics = 0x04
  46. BusType         = 8
  47. CopyFiles       = ne2000.CopyFiles
  48.  
  49. [*SNIP.ndi.Services]
  50. AddService      = NE2000, 2, ne2000.Service, ne2000.EventLog
  51.  
  52. [*SNIP.ndi.LogConfigOverride]
  53. LogConfig = SNIP.LogConfigOverride
  54.  
  55. [SNIP.LogConfigOverride]
  56. IRQConfig    = 3,4,5,7,9,10,11
  57. IOConfig     = 20@100-FFFF%FFE0(FFF::)
  58. PcCardConfig = 1:20000(W)
  59.  
  60. ;-------------------------------------------------------------------------------
  61. ; NE2000 Drivers and Service
  62. ;
  63. [ne2000.reg]
  64. HKR, Ndi,               Service,    0, "NE2000"
  65. HKR, Ndi\Interfaces,    UpperRange, 0, "ndis5"
  66. HKR, Ndi\Interfaces,    LowerRange, 0, "ethernet"
  67.  
  68. HKR,               ,    CardType,   0, "1"
  69.  
  70. [ne2000.CopyFiles]
  71. ne2000.sys,,,2
  72.  
  73. [ne2000.Service]
  74. DisplayName     = %ne2000.Service.DispName%
  75. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  76. StartType       = 3 ;%SERVICE_DEMAND_START%
  77. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  78. ServiceBinary   = %12%\ne2000.sys
  79. LoadOrderGroup  = NDIS
  80.  
  81. [ne2000.EventLog]
  82. AddReg = ne2000.AddEventLog.reg
  83.  
  84. [ne2000.AddEventLog.reg]
  85. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  86. HKR,, TypesSupported,   0x00010001, 7
  87.  
  88. ;-------------------------------------------------------------------------------
  89. ; Destination Directories
  90. ;
  91. [DestinationDirs]
  92. ne2000.CopyFiles = 12
  93.  
  94. ;-------------------------------------------------------------------------------
  95. ; Localizable Strings
  96. ;
  97. [strings]
  98. MSFT                    = "Microsoft"
  99.  
  100. IBM                     = "IBM"
  101. KINGSTON                = "Kingston"
  102. NatSemi                 = "National Semiconductor"
  103.  
  104. *IBM.DeviceDesc         = "IBM-Based Ethernet Credit Card Adapter"
  105. *IBM2.DeviceDesc        = "IBM Ethernet Credit Card Adapter II"
  106. *KINGSTON.DeviceDesc    = "Kingston Etherx PC Card Ethernet Adapter (KNE-PCM)"
  107. NatSemi.DeviceDesc      = "NatSemi-Based NE4100 Infomover Ethernet Adapter"
  108.  
  109. ne2000.Service.DispName = "NE2000 Compatible PCMCIA"
  110.  
  111.  
  112.